Skip to content

Sync changes from PR#13059 - part 2#13080

Merged
sdwheeler merged 3 commits into
MicrosoftDocs:mainfrom
sdwheeler:sdw-w588421-i13059-sync-changes-p2
Jun 15, 2026
Merged

Sync changes from PR#13059 - part 2#13080
sdwheeler merged 3 commits into
MicrosoftDocs:mainfrom
sdwheeler:sdw-w588421-i13059-sync-changes-p2

Conversation

@sdwheeler

@sdwheeler sdwheeler commented Jun 15, 2026

Copy link
Copy Markdown
Collaborator

PR Summary

Sync changes from PR#13059 - part 2

PR Checklist

  • Descriptive Title: This PR's title is a synopsis of the changes it proposes.
  • Summary: This PR's summary describes the scope and intent of the change.
  • Contributor's Guide: I have read the contributor's guide.
  • Style: This PR adheres to the style guide.

Copilot AI review requested due to automatic review settings June 15, 2026 21:11
@learn-build-service-prod

Copy link
Copy Markdown
Contributor

PoliCheck Scan Report

The following report lists PoliCheck issues in PR files. Before you merge the PR, you must fix all severity-1 and severity-2 issues. The AI Review Details column lists suggestions for either removing or replacing the terms. If you find a false positive result, mention it in a PR comment and include this text: #policheck-false-positive. This feedback helps reduce false positives in future scans.

✅ No issues found

More information about PoliCheck

Information: PoliCheck | Severity Guidance | Term
For any questions: Try searching the learn.microsoft.com contributor guides or post your question in the Learn support channel.

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR synchronizes documentation changes from PR #13059 across multiple versioned reference topics (PowerShell 7.7/7.6/7.5/7.4/5.1), primarily to align with publishing/style requirements (line-length wrapping, example formatting) and to normalize links (including xref conversions and corrected casing in relative paths).

Changes:

  • Reflows long code examples and syntax blocks to meet formatting/publishing constraints.
  • Updates many reference links (relative paths and /dotnet/api links) to corrected casing and/or xref: targets.
  • Makes small wording/grammar tweaks and parameter/example formatting adjustments across cmdlet docs.

Reviewed changes

Copilot reviewed 174 out of 175 changed files in this pull request and generated 8 comments.

Show a summary per file
File Description
reference/7.7/Microsoft.PowerShell.Utility/Format-Hex.md Reflow examples; link normalization (xref/paths).
reference/7.7/Microsoft.PowerShell.Utility/Export-Csv.md Formatting updates; xref link normalization.
reference/7.7/Microsoft.PowerShell.Utility/Export-Clixml.md Grammar fix + xref link normalization.
reference/7.7/Microsoft.PowerShell.Utility/Export-Alias.md Example formatting and inline code styling.
reference/7.7/Microsoft.PowerShell.Utility/Disable-PSBreakpoint.md Fix/correct casing in about-links.
reference/7.7/Microsoft.PowerShell.Utility/ConvertTo-Xml.md Relative link normalization.
reference/7.7/Microsoft.PowerShell.Utility/ConvertTo-Json.md Note/version text + common-params link update.
reference/7.7/Microsoft.PowerShell.Utility/ConvertTo-Csv.md Reflow pipeline example for line length.
reference/7.7/Microsoft.PowerShell.Utility/ConvertFrom-SddlString.md Example reflow + output block formatting.
reference/7.7/Microsoft.PowerShell.Utility/ConvertFrom-Markdown.md Synopsis line wrapping cleanup.
reference/7.7/Microsoft.PowerShell.Utility/ConvertFrom-Json.md Pipeline/example reflow for line length.
reference/7.7/Microsoft.PowerShell.Utility/Clear-Variable.md Minor style fix in example spacing.
reference/7.7/Microsoft.PowerShell.Utility/Add-Type.md Convert /dotnet/api links to xref + path casing fix.
reference/7.7/Microsoft.PowerShell.Security/Test-FileCatalog.md Example refactor to splatting + minor punctuation.
reference/7.7/Microsoft.PowerShell.Security/Set-Acl.md xref conversions + example formatting adjustments.
reference/7.6/Microsoft.PowerShell.Utility/Measure-Object.md Syntax block line wrapping + link wrapping.
reference/7.6/Microsoft.PowerShell.Utility/Import-Csv.md Remove blank synopsis line + wrap syntax blocks.
reference/7.6/Microsoft.PowerShell.Utility/Import-Clixml.md Wrap syntax block lines for length.
reference/7.6/Microsoft.PowerShell.Utility/Import-Alias.md Wrap description/parameter text; move example into EXAMPLES.
reference/7.6/Microsoft.PowerShell.Utility/Get-Variable.md Wrap syntax/common-parameters block for length.
reference/7.6/Microsoft.PowerShell.Utility/Get-TypeData.md Paragraph wrapping for style/length.
reference/7.6/Microsoft.PowerShell.Utility/Get-TraceSource.md Wrap common-parameters link block.
reference/7.6/Microsoft.PowerShell.Utility/Get-SecureRandom.md Wrap syntax/description lines for length.
reference/7.6/Microsoft.PowerShell.Utility/Get-RunspaceDebug.md Wrap syntax block lines for length.
reference/7.6/Microsoft.PowerShell.Utility/Get-Random.md Wrap syntax block lines for length.
reference/7.6/Microsoft.PowerShell.Utility/Get-PSBreakpoint.md Wrap syntax block lines for length.
reference/7.6/Microsoft.PowerShell.Utility/Get-Host.md Wrap “For more information” line.
reference/7.6/Microsoft.PowerShell.Utility/Get-FormatData.md Wrap syntax block lines for length.
reference/7.6/Microsoft.PowerShell.Utility/Get-Error.md Remove blank synopsis line + wrap common-params link.
reference/7.6/Microsoft.PowerShell.Utility/Get-Date.md Wrap syntax block lines for length.
reference/7.6/Microsoft.PowerShell.Utility/Get-Alias.md Wrap syntax/common-params and “about_Scopes” link.
reference/7.6/Microsoft.PowerShell.Utility/Format-Wide.md Wrap syntax block lines for length.
reference/7.6/Microsoft.PowerShell.Utility/Format-Table.md Merge/wrap parameter description + style for value lists.
reference/7.6/Microsoft.PowerShell.Utility/Format-Hex.md Remove blank synopsis line; wrap syntax/examples/links.
reference/7.6/Microsoft.PowerShell.Utility/Format-Custom.md Wrap syntax block lines for length.
reference/7.6/Microsoft.PowerShell.Utility/Export-PSSession.md Remove blank synopsis line; wrap syntax/parameter text.
reference/7.6/Microsoft.PowerShell.Utility/Export-FormatData.md Wrap syntax block lines for length.
reference/7.6/Microsoft.PowerShell.Utility/Export-Csv.md Wrap syntax/examples; add note + xref normalization.
reference/7.6/Microsoft.PowerShell.Utility/Export-Clixml.md Wrap syntax; grammar fix + xref normalization.
reference/7.6/Microsoft.PowerShell.Utility/Export-Alias.md Wrap syntax; example formatting/inline code tweaks.
reference/7.6/Microsoft.PowerShell.Utility/Enable-RunspaceDebug.md Wrap syntax block lines for length.
reference/7.6/Microsoft.PowerShell.Utility/Enable-PSBreakpoint.md Wrap syntax block lines for length.
reference/7.6/Microsoft.PowerShell.Utility/Disable-RunspaceDebug.md Wrap syntax block lines for length.
reference/7.6/Microsoft.PowerShell.Utility/Disable-PSBreakpoint.md Wrap syntax + about-link casing fix.
reference/7.6/Microsoft.PowerShell.Utility/Debug-Runspace.md Wrap syntax block lines for length.
reference/7.6/Microsoft.PowerShell.Utility/ConvertTo-Xml.md Wrap syntax + relative link normalization.
reference/7.6/Microsoft.PowerShell.Utility/ConvertTo-Json.md Wrap paragraphs + tweak acceptable-values list formatting.
reference/7.6/Microsoft.PowerShell.Utility/ConvertTo-Html.md Wrap syntax blocks for line length.
reference/7.6/Microsoft.PowerShell.Utility/ConvertTo-Csv.md Wrap syntax and reflow pipeline example.
reference/7.6/Microsoft.PowerShell.Utility/ConvertFrom-SddlString.md Wrap syntax + example/output formatting.
reference/7.6/Microsoft.PowerShell.Utility/ConvertFrom-Markdown.md Wrap synopsis/common-params sections for length.
reference/7.6/Microsoft.PowerShell.Utility/ConvertFrom-Json.md Wrap syntax + reflow examples for length.
reference/7.6/Microsoft.PowerShell.Utility/ConvertFrom-Csv.md Wrap syntax blocks for length.
reference/7.6/Microsoft.PowerShell.Utility/Clear-Variable.md Wrap syntax + example spacing; wrap common-params section.
reference/7.6/Microsoft.PowerShell.Utility/Add-Type.md Wrap syntax + convert /dotnet/api links to xref; path casing fix.
reference/7.6/Microsoft.PowerShell.ThreadJob/Start-ThreadJob.md Wrap syntax blocks for line length.
reference/7.6/Microsoft.PowerShell.Security/Unprotect-CmsMessage.md Wrap syntax block for line length.
reference/7.6/Microsoft.PowerShell.Security/Test-FileCatalog.md Wrap syntax + refactor examples; wrap common-params block.
reference/7.6/Microsoft.PowerShell.Security/Set-ExecutionPolicy.md Wrap syntax block for line length.
reference/7.6/Microsoft.PowerShell.Security/Set-Acl.md Wrap syntax + xref conversions; example formatting tweaks.
reference/7.6/Microsoft.PowerShell.Security/Protect-CmsMessage.md Wrap syntax blocks for line length.
reference/7.6/Microsoft.PowerShell.Security/Get-PfxCertificate.md Wrap syntax blocks for line length.
reference/7.5/Microsoft.PowerShell.Utility/Measure-Object.md Syntax/common-params wrapping for line length.
reference/7.5/Microsoft.PowerShell.Utility/Import-Csv.md Remove blank synopsis line + wrap syntax block.
reference/7.5/Microsoft.PowerShell.Utility/Import-Clixml.md Wrap syntax block for line length.
reference/7.5/Microsoft.PowerShell.Utility/Import-Alias.md Wrap description/parameter/common-params text for length.
reference/7.5/Microsoft.PowerShell.Utility/Get-Variable.md Wrap syntax/common-params for length.
reference/7.5/Microsoft.PowerShell.Utility/Get-TypeData.md Wrap paragraph for length.
reference/7.5/Microsoft.PowerShell.Utility/Get-TraceSource.md Wrap common-params block for length.
reference/7.5/Microsoft.PowerShell.Utility/Get-SecureRandom.md Wrap syntax/description for length.
reference/7.5/Microsoft.PowerShell.Utility/Get-RunspaceDebug.md Wrap syntax blocks for length.
reference/7.5/Microsoft.PowerShell.Utility/Get-Random.md Wrap syntax blocks for length.
reference/7.5/Microsoft.PowerShell.Utility/Get-FormatData.md Wrap parameter description for length.
reference/7.5/Microsoft.PowerShell.Utility/Format-Wide.md Wrap syntax blocks for length.
reference/7.5/Microsoft.PowerShell.Utility/Format-Table.md Wrap acceptable-values list and apply inline-code formatting.
reference/7.5/Microsoft.PowerShell.Utility/Format-List.md Wrap syntax blocks for line length.
reference/7.5/Microsoft.PowerShell.Utility/Format-Hex.md Fix about-link casing in reference path.
reference/7.5/Microsoft.PowerShell.Utility/Export-PSSession.md Remove blank synopsis line + wrap list item for length.
reference/7.5/Microsoft.PowerShell.Utility/Export-Csv.md Example reflow + extra blank-line normalization.
reference/7.5/Microsoft.PowerShell.Utility/Export-Alias.md Example reflow and inline code formatting.
reference/7.5/Microsoft.PowerShell.Utility/ConvertTo-Json.md Paragraph wrapping + acceptable-values list formatting.
reference/7.5/Microsoft.PowerShell.Utility/ConvertTo-Csv.md Remove blank synopsis line in synopsis section.
reference/7.5/Microsoft.PowerShell.Utility/ConvertFrom-SddlString.md Example/output wrapping for line length.
reference/7.5/Microsoft.PowerShell.Utility/ConvertFrom-Csv.md Remove blank synopsis line + wrap syntax block.
reference/7.5/Microsoft.PowerShell.Security/Unprotect-CmsMessage.md Wrap syntax block for length.
reference/7.5/Microsoft.PowerShell.Security/Set-ExecutionPolicy.md Wrap syntax block for line length.
reference/7.5/Microsoft.PowerShell.Security/Set-Acl.md Wrap syntax + example text formatting.
reference/7.5/Microsoft.PowerShell.Security/Protect-CmsMessage.md Wrap syntax blocks for length.
reference/7.5/Microsoft.PowerShell.Security/Get-PfxCertificate.md Wrap syntax blocks for length.
reference/7.4/Microsoft.PowerShell.Utility/Measure-Object.md Syntax/common-params wrapping for line length.
reference/7.4/Microsoft.PowerShell.Utility/Import-Csv.md Remove blank synopsis line + wrap syntax block.
reference/7.4/Microsoft.PowerShell.Utility/Import-Clixml.md Wrap syntax block for line length.
reference/7.4/Microsoft.PowerShell.Utility/Import-Alias.md Wrap description/parameter/common-params text for length.
reference/7.4/Microsoft.PowerShell.Utility/Get-Variable.md Wrap syntax/common-params; fix article “a/an”.
reference/7.4/Microsoft.PowerShell.Utility/Get-TypeData.md Wrap paragraph for length.
reference/7.4/Microsoft.PowerShell.Utility/Get-TraceSource.md Wrap common-params block for length.
reference/7.4/Microsoft.PowerShell.Utility/Get-SecureRandom.md Wrap syntax/description for length.
reference/7.4/Microsoft.PowerShell.Utility/Get-RunspaceDebug.md Wrap syntax blocks + remove trailing blank line.
reference/7.4/Microsoft.PowerShell.Utility/Get-Random.md Wrap syntax blocks for length.
reference/7.4/Microsoft.PowerShell.Utility/Get-PSBreakpoint.md Wrap syntax blocks for length.
reference/7.4/Microsoft.PowerShell.Utility/Get-Host.md Wrap “For more information” line.
reference/7.4/Microsoft.PowerShell.Utility/Get-FormatData.md Wrap syntax block for line length.
reference/7.4/Microsoft.PowerShell.Utility/Get-Error.md Remove blank synopsis line + wrap common-params block.
reference/7.4/Microsoft.PowerShell.Utility/Get-Date.md Wrap syntax blocks for line length.
reference/7.4/Microsoft.PowerShell.Utility/Get-Alias.md Wrap syntax/common-params and “about_Scopes” link.
reference/7.4/Microsoft.PowerShell.Utility/Format-Wide.md Wrap syntax blocks for length.
reference/7.4/Microsoft.PowerShell.Utility/Format-Table.md Wrap acceptable-values list and apply inline-code formatting.
reference/7.4/Microsoft.PowerShell.Utility/Format-List.md Wrap syntax blocks for line length.
reference/7.4/Microsoft.PowerShell.Utility/Format-Hex.md Remove blank synopsis line; wrap syntax/examples/links.
reference/7.4/Microsoft.PowerShell.Utility/Format-Custom.md Wrap syntax block for length.
reference/7.4/Microsoft.PowerShell.Utility/Export-PSSession.md Remove blank synopsis line + wrap list item for length.
reference/7.4/Microsoft.PowerShell.Utility/Export-FormatData.md Wrap syntax blocks for line length.
reference/7.4/Microsoft.PowerShell.Utility/Export-Csv.md Wrap syntax/examples; xref normalization.
reference/7.4/Microsoft.PowerShell.Utility/Export-Clixml.md Wrap syntax; grammar fix + xref normalization.
reference/7.4/Microsoft.PowerShell.Utility/Export-Alias.md Wrap syntax + example formatting/inline code tweaks.
reference/7.4/Microsoft.PowerShell.Utility/Enable-RunspaceDebug.md Wrap syntax blocks for length.
reference/7.4/Microsoft.PowerShell.Utility/Enable-PSBreakpoint.md Wrap syntax blocks for length.
reference/7.4/Microsoft.PowerShell.Utility/Disable-RunspaceDebug.md Wrap syntax blocks + remove trailing blank line.
reference/7.4/Microsoft.PowerShell.Utility/Disable-PSBreakpoint.md Wrap syntax + about-link casing fix.
reference/7.4/Microsoft.PowerShell.Utility/Debug-Runspace.md Wrap syntax block for length.
reference/7.4/Microsoft.PowerShell.Utility/ConvertTo-Xml.md Wrap syntax + relative link normalization.
reference/7.4/Microsoft.PowerShell.Utility/ConvertTo-Json.md Wrap paragraphs + acceptable-values list formatting.
reference/7.4/Microsoft.PowerShell.Utility/ConvertTo-Html.md Wrap syntax blocks for line length.
reference/7.4/Microsoft.PowerShell.Utility/ConvertTo-Csv.md Wrap syntax and reflow pipeline example.
reference/7.4/Microsoft.PowerShell.Utility/ConvertFrom-SddlString.md Wrap syntax + example/output formatting.
reference/7.4/Microsoft.PowerShell.Utility/ConvertFrom-Markdown.md Wrap synopsis/common-params; remove trailing blank line.
reference/7.4/Microsoft.PowerShell.Utility/ConvertFrom-Json.md Wrap syntax + reflow examples for length.
reference/7.4/Microsoft.PowerShell.Utility/ConvertFrom-Csv.md Remove blank synopsis line + wrap syntax block.
reference/7.4/Microsoft.PowerShell.Utility/Clear-Variable.md Wrap syntax + example spacing; wrap common-params section.
reference/7.4/Microsoft.PowerShell.Utility/Add-Type.md Wrap syntax + xref conversions; path casing fix.
reference/7.4/Microsoft.PowerShell.Security/Unprotect-CmsMessage.md Wrap syntax block for length.
reference/7.4/Microsoft.PowerShell.Security/Test-FileCatalog.md Wrap syntax + refactor examples; wrap common-params block.
reference/7.4/Microsoft.PowerShell.Security/Set-ExecutionPolicy.md Wrap syntax block for length.
reference/7.4/Microsoft.PowerShell.Security/Protect-CmsMessage.md Wrap syntax blocks for length.
reference/7.4/Microsoft.PowerShell.Security/Get-PfxCertificate.md Wrap syntax blocks + remove trailing blank line.
reference/5.1/Microsoft.PowerShell.Utility/Measure-Object.md Replace *...* emphasis with _..._; wrap common-params block.
reference/5.1/Microsoft.PowerShell.Utility/Import-Csv.md Wrap syntax blocks for line length.
reference/5.1/Microsoft.PowerShell.Utility/Import-Clixml.md Wrap syntax block for line length.
reference/5.1/Microsoft.PowerShell.Utility/Import-Alias.md Wrap description/parameter/common-params text for length.
reference/5.1/Microsoft.PowerShell.Utility/Get-Variable.md Wrap syntax/common-params; fix article “a/an”.
reference/5.1/Microsoft.PowerShell.Utility/Get-TypeData.md Wrap paragraph for length.
reference/5.1/Microsoft.PowerShell.Utility/Get-TraceSource.md Wrap common-params block for length.
reference/5.1/Microsoft.PowerShell.Utility/Get-RunspaceDebug.md Wrap syntax block for length.
reference/5.1/Microsoft.PowerShell.Utility/Get-Host.md Wrap “For more information” line.
reference/5.1/Microsoft.PowerShell.Utility/Get-FormatData.md Wrap syntax block for length.
reference/5.1/Microsoft.PowerShell.Utility/Get-Date.md Wrap syntax blocks for length.
reference/5.1/Microsoft.PowerShell.Utility/Get-Alias.md Wrap syntax/common-params and “about_Scopes” link.
reference/5.1/Microsoft.PowerShell.Utility/Format-Wide.md Wrap syntax block for length.
reference/5.1/Microsoft.PowerShell.Utility/Format-List.md Wrap syntax block for length.
reference/5.1/Microsoft.PowerShell.Utility/Format-Hex.md Wrap syntax block for line length.
reference/5.1/Microsoft.PowerShell.Utility/Format-Custom.md Wrap syntax block for length.
reference/5.1/Microsoft.PowerShell.Utility/Export-PSSession.md Reformat examples (splatting) + wrap “about_Workflows” list item.
reference/5.1/Microsoft.PowerShell.Utility/Export-FormatData.md Wrap syntax blocks + update wording (“Windows PowerShell” -> “PowerShell”).
reference/5.1/Microsoft.PowerShell.Utility/Export-Csv.md Wrap syntax/examples; normalize trailing whitespace line.
reference/5.1/Microsoft.PowerShell.Utility/Export-Clixml.md Wrap syntax blocks for line length.
reference/5.1/Microsoft.PowerShell.Utility/Export-Alias.md Wrap syntax; example formatting; add LiteralPath alias list update.
reference/5.1/Microsoft.PowerShell.Utility/Enable-RunspaceDebug.md Wrap syntax blocks for length.
reference/5.1/Microsoft.PowerShell.Utility/Enable-PSBreakpoint.md Wrap syntax blocks; minor spacing tweak.
reference/5.1/Microsoft.PowerShell.Utility/Disable-RunspaceDebug.md Wrap syntax blocks for length.
reference/5.1/Microsoft.PowerShell.Utility/Disable-PSBreakpoint.md Wrap syntax + about-link casing fix.
reference/5.1/Microsoft.PowerShell.Utility/ConvertTo-Xml.md Wrap syntax block for length.
reference/5.1/Microsoft.PowerShell.Utility/ConvertTo-Json.md Update common-params link + xref conversion for related link.
reference/5.1/Microsoft.PowerShell.Utility/ConvertTo-Html.md Wrap syntax blocks for length.
reference/5.1/Microsoft.PowerShell.Utility/ConvertTo-Csv.md Wrap syntax; inline-code formatting tweak (#TYPE).
reference/5.1/Microsoft.PowerShell.Utility/ConvertFrom-SddlString.md Wrap examples/output; paragraph wrapping.
reference/5.1/Microsoft.PowerShell.Utility/ConvertFrom-Json.md xref conversion for related link.
reference/5.1/Microsoft.PowerShell.Utility/ConvertFrom-Csv.md Wrap syntax block for length.
reference/5.1/Microsoft.PowerShell.Utility/Clear-Variable.md Wrap syntax/common-params; update “Windows PowerShell” -> “PowerShell” in notes.
reference/5.1/Microsoft.PowerShell.Utility/Add-Type.md xref conversion for related link.
reference/5.1/Microsoft.PowerShell.Security/Unprotect-CmsMessage.md Wrap syntax block for length.
reference/5.1/Microsoft.PowerShell.Security/Test-FileCatalog.md Wrap syntax + refactor examples; wrap common-params block.
reference/5.1/Microsoft.PowerShell.Security/Set-ExecutionPolicy.md Wrap syntax + wrap “about_Execution_Policies” link line.
reference/5.1/Microsoft.PowerShell.Security/Set-Acl.md Wrap syntax + xref conversions; example formatting tweaks.
reference/5.1/Microsoft.PowerShell.Security/Protect-CmsMessage.md Wrap syntax blocks for length.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread reference/5.1/Microsoft.PowerShell.Utility/Export-PSSession.md
Comment thread reference/5.1/Microsoft.PowerShell.Utility/Export-PSSession.md
Comment thread reference/7.7/Microsoft.PowerShell.Security/Set-Acl.md Outdated
Comment thread reference/7.6/Microsoft.PowerShell.Security/Set-Acl.md Outdated
Comment on lines +132 to +135
Write-Output "With -NoEnumerate: $('[1]' | ConvertFrom-Json -NoEnumerate |
ConvertTo-Json -Compress)"
Write-Output "Without -NoEnumerate: $('[1]' | ConvertFrom-Json |
ConvertTo-Json -Compress)"
Comment on lines +132 to +135
Write-Output "With -NoEnumerate: $('[1]' | ConvertFrom-Json -NoEnumerate |
ConvertTo-Json -Compress)"
Write-Output "Without -NoEnumerate: $('[1]' | ConvertFrom-Json |
ConvertTo-Json -Compress)"
Comment on lines +126 to +129
Write-Output "With -NoEnumerate: $('[1]' | ConvertFrom-Json -NoEnumerate |
ConvertTo-Json -Compress)"
Write-Output "Without -NoEnumerate: $('[1]' | ConvertFrom-Json |
ConvertTo-Json -Compress)"
Comment thread reference/5.1/Microsoft.PowerShell.Security/Set-Acl.md Outdated
@learn-build-service-prod

Copy link
Copy Markdown
Contributor

Learn Build status updates of commit dccdc1b:

✅ Validation status: passed

File Status Preview URL Details
reference/5.1/Microsoft.PowerShell.Security/Protect-CmsMessage.md ✅Succeeded View (powershell-5.1)
reference/5.1/Microsoft.PowerShell.Security/Set-Acl.md ✅Succeeded View (powershell-5.1)
reference/5.1/Microsoft.PowerShell.Security/Set-ExecutionPolicy.md ✅Succeeded View (powershell-5.1)
reference/5.1/Microsoft.PowerShell.Security/Test-FileCatalog.md ✅Succeeded View (powershell-5.1)
reference/5.1/Microsoft.PowerShell.Security/Unprotect-CmsMessage.md ✅Succeeded View (powershell-5.1)
reference/5.1/Microsoft.PowerShell.Utility/Add-Type.md ✅Succeeded View (powershell-5.1)
reference/5.1/Microsoft.PowerShell.Utility/Clear-Variable.md ✅Succeeded View (powershell-5.1)
reference/5.1/Microsoft.PowerShell.Utility/ConvertFrom-Csv.md ✅Succeeded View (powershell-5.1)
reference/5.1/Microsoft.PowerShell.Utility/ConvertFrom-Json.md ✅Succeeded View (powershell-5.1)
reference/5.1/Microsoft.PowerShell.Utility/ConvertFrom-SddlString.md ✅Succeeded View (powershell-5.1)
reference/5.1/Microsoft.PowerShell.Utility/ConvertTo-Csv.md ✅Succeeded View (powershell-5.1)
reference/5.1/Microsoft.PowerShell.Utility/ConvertTo-Html.md ✅Succeeded View (powershell-5.1)
reference/5.1/Microsoft.PowerShell.Utility/ConvertTo-Json.md ✅Succeeded View (powershell-5.1)
reference/5.1/Microsoft.PowerShell.Utility/ConvertTo-Xml.md ✅Succeeded View (powershell-5.1)
reference/5.1/Microsoft.PowerShell.Utility/Disable-PSBreakpoint.md ✅Succeeded View (powershell-5.1)
reference/5.1/Microsoft.PowerShell.Utility/Disable-RunspaceDebug.md ✅Succeeded View (powershell-5.1)
reference/5.1/Microsoft.PowerShell.Utility/Enable-PSBreakpoint.md ✅Succeeded View (powershell-5.1)
reference/5.1/Microsoft.PowerShell.Utility/Enable-RunspaceDebug.md ✅Succeeded View (powershell-5.1)
reference/5.1/Microsoft.PowerShell.Utility/Export-Alias.md ✅Succeeded View (powershell-5.1)
reference/5.1/Microsoft.PowerShell.Utility/Export-Clixml.md ✅Succeeded View (powershell-5.1)
reference/5.1/Microsoft.PowerShell.Utility/Export-Csv.md ✅Succeeded View (powershell-5.1)
reference/5.1/Microsoft.PowerShell.Utility/Export-FormatData.md ✅Succeeded View (powershell-5.1)
reference/5.1/Microsoft.PowerShell.Utility/Export-PSSession.md ✅Succeeded View (powershell-5.1)
reference/5.1/Microsoft.PowerShell.Utility/Format-Custom.md ✅Succeeded View (powershell-5.1)
reference/5.1/Microsoft.PowerShell.Utility/Format-Hex.md ✅Succeeded View (powershell-5.1)

This comment lists only the first 25 files in the pull request.
For more details, please refer to the build report.

Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
@learn-build-service-prod

Copy link
Copy Markdown
Contributor

PoliCheck Scan Report

The following report lists PoliCheck issues in PR files. Before you merge the PR, you must fix all severity-1 and severity-2 issues. The AI Review Details column lists suggestions for either removing or replacing the terms. If you find a false positive result, mention it in a PR comment and include this text: #policheck-false-positive. This feedback helps reduce false positives in future scans.

✅ No issues found

More information about PoliCheck

Information: PoliCheck | Severity Guidance | Term
For any questions: Try searching the learn.microsoft.com contributor guides or post your question in the Learn support channel.

@learn-build-service-prod

Copy link
Copy Markdown
Contributor

PoliCheck Scan Report

The following report lists PoliCheck issues in PR files. Before you merge the PR, you must fix all severity-1 and severity-2 issues. The AI Review Details column lists suggestions for either removing or replacing the terms. If you find a false positive result, mention it in a PR comment and include this text: #policheck-false-positive. This feedback helps reduce false positives in future scans.

✅ No issues found

More information about PoliCheck

Information: PoliCheck | Severity Guidance | Term
For any questions: Try searching the learn.microsoft.com contributor guides or post your question in the Learn support channel.

@learn-build-service-prod

Copy link
Copy Markdown
Contributor

Learn Build status updates of commit cec619d:

✅ Validation status: passed

File Status Preview URL Details
reference/5.1/Microsoft.PowerShell.Security/Protect-CmsMessage.md ✅Succeeded View (powershell-5.1)
reference/5.1/Microsoft.PowerShell.Security/Set-Acl.md ✅Succeeded View (powershell-5.1)
reference/5.1/Microsoft.PowerShell.Security/Set-ExecutionPolicy.md ✅Succeeded View (powershell-5.1)
reference/5.1/Microsoft.PowerShell.Security/Test-FileCatalog.md ✅Succeeded View (powershell-5.1)
reference/5.1/Microsoft.PowerShell.Security/Unprotect-CmsMessage.md ✅Succeeded View (powershell-5.1)
reference/5.1/Microsoft.PowerShell.Utility/Add-Type.md ✅Succeeded View (powershell-5.1)
reference/5.1/Microsoft.PowerShell.Utility/Clear-Variable.md ✅Succeeded View (powershell-5.1)
reference/5.1/Microsoft.PowerShell.Utility/ConvertFrom-Csv.md ✅Succeeded View (powershell-5.1)
reference/5.1/Microsoft.PowerShell.Utility/ConvertFrom-Json.md ✅Succeeded View (powershell-5.1)
reference/5.1/Microsoft.PowerShell.Utility/ConvertFrom-SddlString.md ✅Succeeded View (powershell-5.1)
reference/5.1/Microsoft.PowerShell.Utility/ConvertTo-Csv.md ✅Succeeded View (powershell-5.1)
reference/5.1/Microsoft.PowerShell.Utility/ConvertTo-Html.md ✅Succeeded View (powershell-5.1)
reference/5.1/Microsoft.PowerShell.Utility/ConvertTo-Json.md ✅Succeeded View (powershell-5.1)
reference/5.1/Microsoft.PowerShell.Utility/ConvertTo-Xml.md ✅Succeeded View (powershell-5.1)
reference/5.1/Microsoft.PowerShell.Utility/Disable-PSBreakpoint.md ✅Succeeded View (powershell-5.1)
reference/5.1/Microsoft.PowerShell.Utility/Disable-RunspaceDebug.md ✅Succeeded View (powershell-5.1)
reference/5.1/Microsoft.PowerShell.Utility/Enable-PSBreakpoint.md ✅Succeeded View (powershell-5.1)
reference/5.1/Microsoft.PowerShell.Utility/Enable-RunspaceDebug.md ✅Succeeded View (powershell-5.1)
reference/5.1/Microsoft.PowerShell.Utility/Export-Alias.md ✅Succeeded View (powershell-5.1)
reference/5.1/Microsoft.PowerShell.Utility/Export-Clixml.md ✅Succeeded View (powershell-5.1)
reference/5.1/Microsoft.PowerShell.Utility/Export-Csv.md ✅Succeeded View (powershell-5.1)
reference/5.1/Microsoft.PowerShell.Utility/Export-FormatData.md ✅Succeeded View (powershell-5.1)
reference/5.1/Microsoft.PowerShell.Utility/Export-PSSession.md ✅Succeeded View (powershell-5.1)
reference/5.1/Microsoft.PowerShell.Utility/Format-Custom.md ✅Succeeded View (powershell-5.1)
reference/5.1/Microsoft.PowerShell.Utility/Format-Hex.md ✅Succeeded View (powershell-5.1)

This comment lists only the first 25 files in the pull request.
For more details, please refer to the build report.

@learn-build-service-prod

Copy link
Copy Markdown
Contributor

Learn Build status updates of commit 863849f:

✅ Validation status: passed

File Status Preview URL Details
reference/5.1/Microsoft.PowerShell.Security/Protect-CmsMessage.md ✅Succeeded View (powershell-5.1)
reference/5.1/Microsoft.PowerShell.Security/Set-Acl.md ✅Succeeded View (powershell-5.1)
reference/5.1/Microsoft.PowerShell.Security/Set-ExecutionPolicy.md ✅Succeeded View (powershell-5.1)
reference/5.1/Microsoft.PowerShell.Security/Test-FileCatalog.md ✅Succeeded View (powershell-5.1)
reference/5.1/Microsoft.PowerShell.Security/Unprotect-CmsMessage.md ✅Succeeded View (powershell-5.1)
reference/5.1/Microsoft.PowerShell.Utility/Add-Type.md ✅Succeeded View (powershell-5.1)
reference/5.1/Microsoft.PowerShell.Utility/Clear-Variable.md ✅Succeeded View (powershell-5.1)
reference/5.1/Microsoft.PowerShell.Utility/ConvertFrom-Csv.md ✅Succeeded View (powershell-5.1)
reference/5.1/Microsoft.PowerShell.Utility/ConvertFrom-Json.md ✅Succeeded View (powershell-5.1)
reference/5.1/Microsoft.PowerShell.Utility/ConvertFrom-SddlString.md ✅Succeeded View (powershell-5.1)
reference/5.1/Microsoft.PowerShell.Utility/ConvertTo-Csv.md ✅Succeeded View (powershell-5.1)
reference/5.1/Microsoft.PowerShell.Utility/ConvertTo-Html.md ✅Succeeded View (powershell-5.1)
reference/5.1/Microsoft.PowerShell.Utility/ConvertTo-Json.md ✅Succeeded View (powershell-5.1)
reference/5.1/Microsoft.PowerShell.Utility/ConvertTo-Xml.md ✅Succeeded View (powershell-5.1)
reference/5.1/Microsoft.PowerShell.Utility/Disable-PSBreakpoint.md ✅Succeeded View (powershell-5.1)
reference/5.1/Microsoft.PowerShell.Utility/Disable-RunspaceDebug.md ✅Succeeded View (powershell-5.1)
reference/5.1/Microsoft.PowerShell.Utility/Enable-PSBreakpoint.md ✅Succeeded View (powershell-5.1)
reference/5.1/Microsoft.PowerShell.Utility/Enable-RunspaceDebug.md ✅Succeeded View (powershell-5.1)
reference/5.1/Microsoft.PowerShell.Utility/Export-Alias.md ✅Succeeded View (powershell-5.1)
reference/5.1/Microsoft.PowerShell.Utility/Export-Clixml.md ✅Succeeded View (powershell-5.1)
reference/5.1/Microsoft.PowerShell.Utility/Export-Csv.md ✅Succeeded View (powershell-5.1)
reference/5.1/Microsoft.PowerShell.Utility/Export-FormatData.md ✅Succeeded View (powershell-5.1)
reference/5.1/Microsoft.PowerShell.Utility/Export-PSSession.md ✅Succeeded View (powershell-5.1)
reference/5.1/Microsoft.PowerShell.Utility/Format-Custom.md ✅Succeeded View (powershell-5.1)
reference/5.1/Microsoft.PowerShell.Utility/Format-Hex.md ✅Succeeded View (powershell-5.1)

This comment lists only the first 25 files in the pull request.
For more details, please refer to the build report.

@sdwheeler sdwheeler changed the title Fixes #13059 - Sync changes from PR#13059 - part 2 Sync changes from PR#13059 - part 2 Jun 15, 2026
@sdwheeler sdwheeler merged commit 5b129a7 into MicrosoftDocs:main Jun 15, 2026
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants